home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-MIPS / MIPSCONF.{_D < prev    next >
Text File  |  1999-09-17  |  533b  |  20 lines

  1. /*
  2.  * include/asm-mips/mipsconfig.h
  3.  *
  4.  * This file is subject to the terms and conditions of the GNU General Public
  5.  * License.  See the file "COPYING" in the main directory of this archive
  6.  * for more details.
  7.  *
  8.  * Copyright (C) 1994, 1995, 1996, 1997 by Ralf Baechle
  9.  */
  10. #ifndef __ASM_MIPS_MIPSCONFIG_H
  11. #define __ASM_MIPS_MIPSCONFIG_H
  12.  
  13. /* Pgdir is 1 page mapped at 0xff800000. */
  14. #define TLBMAP            0xff800000
  15.  
  16. /* The virtual address where we'll map the pgdir. */
  17. #define TLB_ROOT        0xff000000
  18.  
  19. #endif /* __ASM_MIPS_MIPSCONFIG_H */
  20.